This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
Just starting db testing for upgrade to 8.5.1 from 7.0.2.
I have forms called from the uiworkspace.dialogbox method that fail to execute any Lotusscript code. I created a new simple db as a test with one form that has an action button that calls another form via:
Call workspace.DialogBox("Testdialog")
I have msgbox statements all over the Testdialog form - in Onload, Onunload, PostOpen, QuerySave, QueryClose, and on the Exiting Event of one of the fields. None of these message boxes are executed.